/*
@import url("http://fonts.googleapis.com/css?family=Lato:400,700");
* { font-family:Lato, "Trebuchet MS", Tahoma, Arial; }
body { font-family:Lato, "Trebuchet MS", Tahoma, Arial !important; }
*/

code { font-family:Consolas, Monospace !important; }

a {
    text-decoration: underline;
    color: #202060;
}

html, body, form { height: 100%; }

/*
li { font-family:inherit; }
*/

h1 {
	text-align: center;
	font-weight: bold;
	font-size: larger;
	padding-bottom: 5px;
}

table, th, td {
	border: 1px solid black;
	max-width: 98%;
	padding: 2px;
}


.color1 { background-color: #FFBD77; }
.color2 { background-color: #ffeecf; }
.color3 { background-color: #FFA20C; }

font.optional { color: #009600; }
font.notice   { color: #A52A2A; }
font.command { font-family:Consolas, Monospace !important;
               color: #A52A2A;}
font.snippet { font-family:Consolas, Monospace !important; }

div.content {
	padding-top: 5px;
	margin-left: 85px;
}

div.navbar {
    position:fixed;
    bottom:0;
    top:0;
   	width: 75px;
    height: 100%;
	background-color: #FFA20C;
    float:left;
    font-weight: bold;
    font-size: smaller;
    padding-top: 5px;
    padding-left: 5px;
}

ul.navmenu { margin-top: 5px; }
div.navbar a { color: #000000;}
div.smallFont { font-size: smaller; }

/*
b { font-weight: 700; }
*/

.solo {
	font-weight: bold;
	background-color: orange;
}

.collaborative {
    font-weight: bold;
    background-color: lightGreen;
}
